home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / python-apt / README.apt < prev    next >
Text File  |  2008-09-19  |  620b  |  22 lines

  1. In addition to "apt_pkg" and "apt_inst" (that are thin wrappers around
  2. the c++ libapt code) a new python module "apt" is provided since version
  3. 0.6.13 of python-apt.
  4.  
  5. It is a more python like interface to work with libapt (it uses apt_pkg
  6. internally). Although there are already applications written against the new
  7. apt python interface the API may change in the future and should not be
  8. considered stable. If in doubt, please contact deity@lists.debian.org.
  9.  
  10. WARNING !!! The API is not 100% stable yet !!!
  11.  
  12.  
  13. Style Guides:
  14. -------------
  15.  
  16. Follow PEP08.
  17.  
  18. Internal variables/methods are prefixed with a "_" (e.g. _foo).
  19.  
  20.  
  21.  
  22.